dizzy_omega ~master (2022-04-01T11:00:10.9324115)
Dub
Repo
Lava
unde
games
dizzy
omega
animations
lava
Undocumented in source.
class
Lava :
StaticGameObject
{
float
x1
;
float
y1
;
float
z1
;
float
x2
;
float
y2
;
float
z2
;
enum
G
;
enum
SPEED
;
float
[
3
][
3
]
bubbles
;
float
[
3
][
3
][
3
]
subbubbles
;
float
[
3
]
sizes
;
float
[
3
][
3
]
subsizes
;
float
[
3
][
3
]
speed
;
float
[
3
][
3
][
3
]
subspeed
;
Random
rnd
;
this
(MainGameObject root, float[3] c1, float[3] c2, Random _rnd);
void
draw
(GlobalState gs);
bool
tick
(GlobalState gs);
}
Constructors
this
this
(MainGameObject root, float[3] c1, float[3] c2, Random _rnd)
Undocumented in source.
Members
Functions
draw
void
draw
(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool
tick
(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
G
enum
G
;
Undocumented in source.
SPEED
enum
SPEED
;
Undocumented in source.
Variables
bubbles
float
[
3
][
3
]
bubbles
;
Undocumented in source.
rnd
Random
rnd
;
Undocumented in source.
sizes
float
[
3
]
sizes
;
Undocumented in source.
speed
float
[
3
][
3
]
speed
;
Undocumented in source.
subbubbles
float
[
3
][
3
][
3
]
subbubbles
;
Undocumented in source.
subsizes
float
[
3
][
3
]
subsizes
;
Undocumented in source.
subspeed
float
[
3
][
3
][
3
]
subspeed
;
Undocumented in source.
x1
float
x1
;
Undocumented in source.
x2
float
x2
;
y1
float
y1
;
y2
float
y2
;
z1
float
z1
;
z2
float
z2
;
Undocumented in source.
Inherited Members
From StaticGameObject
x
float
x
;
y
float
y
;
z
float
z
;
Undocumented in source.
load
void
load
(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void
save
(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unde
games
dizzy
omega
animations
lava
classes
Lava